deefour / aide
A set of classes to assist Laravel and Silex development.
Installs: 1 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- illuminate/database: ~4.2
- illuminate/support: ~4.2
- illuminate/validation: ~4.2
- mockery/mockery: 0.9.*
- phpunit/phpunit: 4.0.*
- satooshi/php-coveralls: dev-master
- silex/silex: ~1.2
Suggests
- illuminate/database: A primary purpose of Aide is to work with Laravel's Eloquent storage driver
- illuminate/validation: Aide comes with support for Laravel's input validation
README
Please Note
This project is no longer maintained. Much of the functionality has been simplified, improved upon, and broken out into separate libraries.
Aide
A set of classes to assist Laravel and Silex development.
Contribute
- Issue Tracker: https://github.com/deefour/aide/issues
- Source Code: https://github.com/deefour/aide
Documentation
Documentation can be found on Read the Docs in the docs/
in the project source.
- Validation: Github | Read the Docs
- Authorization: Github | Read the Docs
Changelog
0.6.0 - July 27, 2014
- Laravel dependency bumped to 4.2
- Initial whitespace cleaning throughout
src/
andtests/
- Validation improvements including moving common code between entities and models into a trait
0.5.0 - May 24, 2014
- Laravel service providers for
Repository
andPolicy
factories - Updated documentation and phpdocs for authorization component
0.4.0 - May 13, 2014
- New authorization component, based on the popular Ruby gem, Pundit
0.3.0 - May 11, 2014
- 100% test coverage
- Docs moved to readthedocs.org
0.2.0 - May 9, 2014
- Improved flexibility for validation
- Validation docs
- Coveralls integration
0.1.0 - May 1, 2014
- Initial release
License
Copyright (c) 2014 Jason Daly (deefour). Released under the MIT License.