Libraries tagged by follower
christiankuri/laravel-favorite
491534 Downloads
Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.
typicms/nestablecollection
344979 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
pgrimaud/instagram-user-feed
673464 Downloads
This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
langleyfoxall/laravel-nist-password-rules
592532 Downloads
🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.
editorconfig-checker/editorconfig-checker
981694 Downloads
A tool to verify that your files follow the rules of your .editorconfig
dominicsayers/isemail
149835 Downloads
Checks an email address against the following RFCs: 3696, 1123, 4291, 5321, 5322
fof/follow-tags
135519 Downloads
Follow tags and be notified of new discussions and replies
simplestats-io/laravel-client
28496 Downloads
Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.
professional-wiki/edtf
479237 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
phanan/poddle
37538 Downloads
Parse podcast feeds with PHP following PSP-1 Podcast RSS Standard
ory/client
152587 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
friendsofcake/crud-json-api
463607 Downloads
Listener for building CakePHP Crud APIs following the JSON API specification.
flarum/subscriptions
468358 Downloads
Allow users to follow discussions and receive notifications for new posts.
byjg/jwt-session
87396 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
gridonic/princexml-php
345583 Downloads
PrinceXML PHP5 wrapper converted to follow the PSR-0 standard.