dmelo / baddeeds-logic
0.1.0
2016-04-12 01:28 UTC
Requires
- php: >=7.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2024-10-08 07:01:12 UTC
README
BadDeeds-Logic contains the business logic of BadDeeds. The projects is
framework agnostic and is written for PHP 7. The main class is
\BadDeeds\Controller\Api
. BadDeeds-Logic provides the following features:
- List the latest deeds (Api::list);
- Insert a new deed (Api::insert).
\BadDeeds\Controller\Api
's construtor requires a PDO.