shokme / laravel-actito
Actito API wrapper for laravel
Installs: 1 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- orchestra/testbench: ^7.5
- phpunit/phpunit: ^9.5
README
- PHP8.0+
- Laravel 9.x(not tested on laravel 8.x)
You can install the package via composer:
composer require shokme/laravel-actito
You must publish the configuration file
php artisan vendor:publish --provider="Shokme\Actito\ActitoServiceProvider" --tag="config"
Example
Actito::profile()->find('emailAddress=john@doe.com'); Profile::all(); Table::find('posts', '154'); $actito = new Actito(); $actito->table->create(...);
All available methods are listed in each Facade, you can retrieve the Actito documentation link for each method
inside src/Endpoints/*
.
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.