Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 4.23 KB

libraries.md

File metadata and controls

57 lines (47 loc) · 4.23 KB

Libraries

PHP

  • ✔️ Auth - Authentication and authorization
  • ✔️ Coding Standard - Strict PHP coding standard
  • ✔️ Clock - Provides current time for runtime and controllable time for testing
  • ✔️ Cron Expression Explainer - Human-readable cron expressions
  • ✔️ Data Sources - Load and save data from and to various data formats
  • ✔️ Exceptions - Exceptions designed for static analysis and easy usage
  • 🚧 Localization - Internationalization (i18n) and localization (l10n)
  • ✔️ Monolog Logtail - Monolog handler for Logtail
  • ✔️ Object Mapper - Raw data mapping to validated objects
  • ✔️ Object Mapper Contracts - Interface for orisai/object-mapper mapped objects
  • 🚧 OpenAPI - OpenAPI builder, parser and serializer
  • ✔️ Reflection Meta - PHP reflection in more reliable and deterministic way
  • ✔️ Scheduler - Cron job scheduler - with locks, parallelism and more
  • 🚧 Serialized Query - (De)Serialize data for storing in URL query parameter
  • 🚧 Sitemap - Sitemap generator
  • ✔️ Source Map - Generate, validate and serialize source maps
  • 🚧 Stream Wrapper Contracts - Interface for PHP stream wrapper methods
  • ✔️ Translation Contracts - Interface for translator and translatable messages
  • ✔️ Utils - Utility classes used across Orisai libraries
  • 🚧 VFS - Emulate file system with plain PHP

Nette integrations

  • ✔️ Auth - Orisai Auth integration for Nette
  • 🚧 Application - Extras for nette/application
  • ✔️ Console - Symfony Console integration for Nette
  • ✔️ Clock - Orisai Clock integration for Nette
  • ✔️ Data Sources - Orisai Data Sources integration for Nette
  • ✔️ DI - Configure your Nette application
  • ✔️ HTTP - Extras for nette/http
  • 🚧 Installer - Composer installer and configurator for Orisai CMF/Nette packages
  • ✔️ Mail - Extras for nette/mail
  • ✔️ Monolog - Monolog logger integration for Nette
  • ✔️ Object Mapper - Orisai Object Mapper integration for Nette
  • 🚧 PDF - PDF generator for Nette
  • 🚧 Predis - Predis integration for Nette
  • ✔️ Scheduler - Orisai Scheduler integration for Nette
  • ✔️ Tracy Pets - Tracy got an angry pet to remind you of your failures

Nextras integrations

CMF

Other