tpweb / tpwebcp-executor
PHP executor library for TPWebCP
1.0.0
2016-06-03 18:13 UTC
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: 5.3.*
This package is auto-updated.
Last update: 2024-11-29 05:15:00 UTC
README
#Installation
Require this package in your composer.json
and update composer.
"tpweb/tpwebcp-executor": "~1.*"
After updating composer, add the ServiceProvider to the providers array in config/app.php
TPWeb\TPWebCP\Executor\ExecutorServiceProvider::class,
You can use the facade for shorter code. Add this to your aliases:
'Executor' => TPWeb\TPWebCP\Executor\ExecutorFacade::class,
Documentation
Support
Support github or mail: tjebbe.lievens@madeit.be
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/ t
License
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!