Download the PHP package kossa/algerian-cities without Composer
On this page you can find all versions of the php package kossa/algerian-cities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package algerian-cities
Algerian Cities
A Laravel package to create/load wilayas and communes of Algeria in Arabic and French language, included zip code and latitude/longitude of communes
Installation
Using this package
Basic usage
There is two model Wilaya
that has many Commune
, import and use them like any model
Via helpers
There is multiple helper functions like :
Blade/Views
You can use any helper/model above and use it in select
Use package as API
This package include api.php route to use the api, here is the url for :
verbs | URI | Description |
---|---|---|
Get | /api/wilayas | Get all wilayas |
Get | /api/wilayas/:id | Get a specific wilaya by id |
Get | /api/wilayas/:id/communes | Get all communes from a specific wilaya by id |
Get | /api/communes | Get all communes |
Get | /api/communes/:id | Get a specific commune by id |
Get | /api/search/wilaya/:q | Search wilayas by name, arabic name |
Get | /api/search/commune/:q | Search communes by name, arabic name |
Contribution
All contributions are welcome, please follow :
- PSR-2 Coding Standard
- Document any change in behaviour - Make sure the README.md and any other relevant documentation are kept up-to-date.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
Credits
The list of wilayas/communes are collected from Wilaya-Of-Algeria
All versions of algerian-cities with dependencies
PHP Build Version
Package Version
The package kossa/algerian-cities contains the following files
Loading the files please wait ....