PHPackages                             laraverse/atlas - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laraverse/atlas

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laraverse/atlas
===============

Laravel package providing comprehensive global data for your next project

v1.0.5(1y ago)2144MITPHPPHP ^8.1

Since May 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/theshreyanshpanchal/atlas)[ Packagist](https://packagist.org/packages/laraverse/atlas)[ RSS](/packages/laraverse-atlas/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

[![Atlas](/resources/banners/atlas-dark.png)](/resources/banners/atlas-dark.png)

Atlas
=====

[](#atlas)

Laravel package providing comprehensive global data for your next project

Installation
------------

[](#installation)

To install the package, use Composer:

```
composer require laraverse/atlas
```

Optional: The service provider will automatically get registered. Or you may manually add the service provider in bootstrap/providers.php file:

```
return [
    // ...
    Laraverse\Atlas\AtlasServiceProvider::class
];
```

You should publish the models, migration, views, assets and the config files with:

```
php artisan vendor:publish --provider="Laraverse\Atlas\AtlasServiceProvider"
```

Note: After vendor files are published, access atlas config files in the project root. Enable or disable facilities via config/atlas/facilities.php.

```
return [
    'enabled' => [
        # Tables::CITIES, (By default, It's disabled due to its large data size)
        Tables::COUNTRIES,
        Tables::CURRENCIES,
        Tables::PAYMENT_METHODS,
        Tables::PAYMENT_PRODUCTS,
        Tables::STATES,
        Tables::TIMEZONES,
        Tables::CONTINENTS,
    ],
]
```

You should install the atlas with:

```
# It will setup the atlas to serve comprehensive global data.
php artisan atlas:install
```

Note: Seeding the data will take time due to its large size.

Usage
-----

[](#usage)

In your project file include the atlas client like below:

```
use Illuminate\Support\Collection;
use Laraverse\Atlas\Client;

class YourClass
{
    public function call(Client $client) : Collection
    {
        // Start using Atlas client.
        $client->getCurrencies();
    }
}
```

Documentation and Usage Instructions
------------------------------------

[](#documentation-and-usage-instructions)

#### You can access the built-in documentation module by navigating to `/atlas/docs` after setting up Atlas.

[](#you-can-access-the-built-in-documentation-module-by-navigating-to-atlasdocs-after-setting-up-atlas)

Alternatively, Check out the [Documentation](DOCUMENTATION.md) for detailed usage instructions.

Credits
-------

[](#credits)

- [Shreyansh Panchal](https://github.com/theshreyanshpanchal)
- [Infynno Solutions LLP](https://infynno.com)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb59f4632a619202d89dd24a947323c75deee72e5fd0dc45515fd869073e948c?d=identicon)[Shreyansh1426](/maintainers/Shreyansh1426)

---

Top Contributors

[![theshreyanshpanchal](https://avatars.githubusercontent.com/u/78418444?v=4)](https://github.com/theshreyanshpanchal "theshreyanshpanchal (51 commits)")

---

Tags

phplaravelgithubopen-source

### Embed Badge

![Health badge](/badges/laraverse-atlas/health.svg)

```
[![Health](https://phpackages.com/badges/laraverse-atlas/health.svg)](https://phpackages.com/packages/laraverse-atlas)
```

###  Alternatives

[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21024.9k](/packages/unicodeveloper-laravel-emoji)[unicodeveloper/laravel-identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

19322.0k](/packages/unicodeveloper-laravel-identify)[consoletvs/identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

2775.4k6](/packages/consoletvs-identify)[prevailexcel/laravel-action-service-trait

A simple Laravel package to create actions, traits and services using artisan commands

143.0k](/packages/prevailexcel-laravel-action-service-trait)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
