coursearc / php-lib
A public library for doing some common things in PHP at CourseArc
1.0.3
2017-10-18 19:22 UTC
Requires
- php: ^5.6 || ^7.0
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2025-03-29 00:31:07 UTC
README
This is a place to put some PHP classes that will be shared across projects. It's shared on packagist.org as a public project, so you should only include things in this project that wouldn't be considered sensitive or intellectual property of CourseArc.
The Packagist Project
How to develop and release
- Make whatever changes to
/src
- Update or add tests in
/tests
- Run tests to make sure everything is working:
composer run-script test
- Release your changes:
composer run-script release
- Make sure to update any other projects that need to reference the new version