Popular Packages
-
-
PHP
numeno/api-admin
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
-
-
PHP
webbinaro/flarum-bluesky-handles
Enables your Flarum users to set their Bluesky handles to use a sub-domain of your site. I.e. @username.example.com vs the default bluesky domain.
-
-
-
-
-
-
-
-
sanes/core
Core package
-
-
PHP
ayup-creative/laravel-limit-columns
'Automatic' distinct column selection for Laravel's Eloquent ORM
-
PHP
apphp/ai-with-php-examples
Code examples provided for the book Artificial Intelligence with PHP.