Download the PHP package lemonpatwari/bangladeshgeocode without Composer

On this page you can find all versions of the php package lemonpatwari/bangladeshgeocode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
lemonpatwari/bangladeshgeocode
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package bangladeshgeocode

Bangladesh Geocode

Division, District, Upazila/Thana and Union data for Laravel applications. Migrations and seeders are included so you can publish them to your app, migrate the database and run the seeders.

Contributions, issues and pull requests are welcome.

Total Downloads Packagist License Latest Stable Version GitHub stars GitHub forks

Current stable: v3.2

Requirements

Laravel Version Compatibility

Laravel Package
5.5.x 0.4.x
5.6.x 0.4.x
5.7.x 0.4.x
5.8.x 0.4.x
6.x.x 0.4.x
7.x.x 0.4.x
8.x.x 0.5.x
12.x.x 3.0.0.x / 3.2

Installation

Install the package with Composer:

The package supports Laravel's package auto-discovery, so you normally don't need to register the service provider manually.

Manual registration (if you disabled auto-discovery)

Add the provider to your config/app.php providers array:

Publishing migrations & seeders

This package provides migrations and seeders in its database folder. There are two publish tags available:

Publish them individually:

Or publish both (force to overwrite existing files if needed):

The package also provides a convenience artisan command to publish migrations and seeders in one step:

After publishing, run the migrations and seeders:

Usage

Models are available under the lemonpatwari\bangladeshgeocode\Models namespace. Example:

Model fields

Each model exposes fillable fields (examples):

Security

If you discover security issues, please email [email protected] or [email protected] rather than opening a public issue.

Credits

License

The MIT License (MIT). See the LICENSE.md file for details.


All versions of bangladeshgeocode with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lemonpatwari/bangladeshgeocode contains the following files

Loading the files please wait ...