phpmob / settings
Just a settings library.
Installs: 105 282
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^7.1
- doctrine/common: ^2.8
Requires (Dev)
- cache/filesystem-adapter: ^1.0
- phpunit/phpunit: ^5.6
- sylius-labs/coding-standard: ^1.0
- symfony/form: ^3.3
- symfony/validator: ^3.3
Suggests
- cache/filesystem-adapter: To use built-in \PhpMob\Settings\Manager\CachedManager.
This package is auto-updated.
Last update: 2024-10-18 23:42:03 UTC
README
Just a Settings Library.
Installation
Install via composer.
$ composer require phpmob/settings
Using with cache
$ composer require cache/filesystem-adapter
Now you can use built-in \PhpMob\Settings\Manager\CachedManager
.
Symfony3 Integration
Contributing
Would like to help us and build the developer-friendly php code? Just follow our Coding Standards and test your code — see tests, spec.
Let Fork and PR now!
Coding Standards
When contributing code to PhpMob, you must follow its coding standards.
PhpMob follows the standards defined in the PSR-0, PSR-1 and PSR-2 documents.
$ ./bin/ecs check Manager Model Provider Schema Type --fix
Tests
$ ./bin/phpunit