bootstrapi icon indicating copy to clipboard operation
bootstrapi copied to clipboard

A better framework for building API with PHP. Built using Slim 3, Eloquent, Zend-ACL

Results 4 bootstrapi issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to have some suggestions about this use case: I've an entity Company, Users belongs to a Company with a relation 1-N I also have an entity Offers,...

There already is an issue for misleading naming 'email' vs 'username' [here](https://github.com/kot13/bootstrapi/issues/8). Let's make it unified and use generalized 'identity' field for token request. In this 'identity' fiend can really...

**SUPPOSITION** We have one main/meaningful entity provided by bootsrapi - USER. All the rest entities are either auxiliary for user operations (e.g. *_tokens, roles, rights, roles_to_rights) or system maintenance (e.g....

**SUPPOSITION** `App\Model\AccessToken` and `App\Model\RefreshToken` are very much the same - the main difference is inside `createToken()` *PROPOSITION** Let's extract common functionality into new `App\Model\Token` class and rework `RefreshToken` and `AccessToken`...