PHPackages                             plinct/api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. plinct/api

ActiveLibrary[API Development](/categories/api)

plinct/api
==========

API for the Plinct App modeled with the scheme proposed by Schema.org

3.2.3(6mo ago)2541proprietaryPHPPHP ^7.4|^8.0

Since Jul 13Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/maurocruz/api)[ Packagist](https://packagist.org/packages/plinct/api)[ RSS](/packages/plinct-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (12)Versions (115)Used By (0)

Plinct Api
==========

[](#plinct-api)

Interface for manipulating data in an SQL database modeled according to schema.org standards.

**\### UNDER DEVELOPMENT ###**

Depedencies
-----------

[](#depedencies)

- composer
- php 7.4 | 8.0
- slim/slim 4
- slim/psr7

Getting Start
-------------

[](#getting-start)

For install in your website

> Create mysql schema;

> Create two user on mysql schema: one public user and one admin user;

> Grant insert privilegies for the public user in only the user table and grant all privilegies for the admin user;

> GRANT INSERT ON schema.user TO 'publicUser'@'hostname' IDENTIFIED BY 'password';

Add in index page on the root

```
