Libraries tagged by iarticles
particle/validator
1266144 Downloads
Flexible and highly usable validation library with no dependencies.
particle/filter
528243 Downloads
Flexible and highly usable filter library with no dependencies.
cu-boulder/ucb_article_syndication
10147 Downloads
Extends the article content type to add the taxonomies needed for article syndication.
particlebits/pdo
5303 Downloads
Smallest possible PDO database while being super useful
sschiau/particle
3903 Downloads
phase2/particle
991 Downloads
A system of tools to build design systems in Pattern Lab for Drupal.
mowzs/article
47 Downloads
文章
attogram/games
29 Downloads
Your own games website, filled with open source goodness!
particlebits/imap
55399 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
academe/particle
248 Downloads
A PSR-7 PHP package for working with the Particle API
tacman/php-readability
40 Downloads
Automatic article extraction from HTML, fork of j0k3r/php-readability
particleflux/yii2-blocklist-validator
897 Downloads
Validate attributes against a blocklist
particle/state
23 Downloads
A rather simplistic but pretty finite state machine implementation
tacman/graby
37 Downloads
Graby helps you extract article content from web pages, fork of j0k3r/graby
numeno/api-admin
20 Downloads
## 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