athens / propel
Modern web framework in PHP for academic environments
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:propel-behavior
Requires
- athens/core: 0.*
- propel/propel: ~2.0@dev
Requires (Dev)
- athens/standard: *
- codeclimate/php-test-reporter: dev-master
- evert/phpdoc-md: ~0.2.0
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 5.*
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2024-10-26 20:43:02 UTC
README
Athens/Propel
Athens/Propel is a library of wrappers and behaviors for adapting PropelORM to Athens.
Compatibility
- PHP 5.6, 7.0
Todo
See GitHub issue tracker.
Getting Involved
Feel free to open pull requests or issues. GitHub is the canonical location of this project.
Here's the general sequence of events for code contribution:
- Open an issue in the issue tracker.
- In any order:
- Submit a pull request with a failing test that demonstrates the issue/feature.
- Get acknowledgement/concurrence.
- Revise your pull request to pass the test in (2). Include documentation, if appropriate.
PSR-2 compliance is enforced by CodeSniffer in Travis.