540 programs for "php data abstraction" with 2 filters applied:

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    PHP Enum

    PHP Enum

    PHP Enum

    The myclabs/php-enum library is a PHP package that provides an object-oriented approach to implementing enumerations, inspired by the SPL's SplEnum. Before PHP 8.1 introduced native enum support, this library offered a structured way to define and use enumerated types, enhancing code readability and type safety. By extending the base Enum class, developers can create enums with defined constants, ensuring that variables only hold valid, predefined values. This approach helps prevent errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PHP JWT Framework

    PHP JWT Framework

    JWT Framework

    This project is a framework that provides an implementation of JWS JSON Web Signature (RFC 7515), JWE JSON Web Encryption (RFC 7516), JWK JSON Web Key (RFC 7517), JWA JSON Web Algorithms (RFC 7518), JWT JSON Web Token (RFC 7519), JSON Web Key Thumbprint (RFC 7638), Unencoded Payload Option (RFC7797).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Laravel Data

    Laravel Data

    Powerful data objects for Laravel

    This package enables the creation of rich data objects which can be used in various ways. Using this package you only need to describe your data once.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent Requests Python library. Requests is ISC Licensed (similar to the new BSD license) and has no dependencies, except for PHP 5.6+. Despite PHP’s use as a language for the web, its tools for sending HTTP requests are severely lacking. cURL has an interesting API, to say the least, and you can’t always rely on it being available. Sockets provide only low-level access and require you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    LibreNMS

    LibreNMS

    Community-based GPL-licensed network monitoring system

    Welcome to LibreNMS, a fully featured network monitoring system that provides a wealth of features and device support. LibreNMS is an auto-discovering PHP/MySQL/SNMP-based network monitoring that includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP, and many more.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 6
    Laravel Installer

    Laravel Installer

    The Laravel application installer

    Laravel is a web application framework with expressive, elegant syntax. A web framework provides a structure and starting point for creating your application, allowing you to focus on creating something amazing while we sweat the details. Laravel strives to provide an amazing developer experience while providing powerful features such as thorough dependency injection, an expressive database abstraction layer, queues, and scheduled jobs, unit and integration testing, and more
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    SonataAdminBundle

    SonataAdminBundle

    The missing Symfony Admin Generator

    SonataAdminBundle is a powerful Symfony bundle that enables developers to create customizable admin panels for managing data in web applications. It provides a ready-to-use interface that can handle complex forms, CRUD operations, and entity relationships. Designed with extensibility in mind, SonataAdminBundle supports integration with other Symfony bundles and offers a solid foundation for building scalable back-office systems.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    Adafruit Unified Sensor Driver

    Adafruit Unified Sensor Driver

    Common sensor library

    Many small embedded systems exist to collect data from sensors, analyze the data, and either take appropriate action or send that sensor data to another system for processing. One of the many challenges of embedded systems design is the fact that parts you used today may be out of production tomorrow, or system requirements may change and you may need to choose a different sensor down the road. Creating new drivers is a relatively easy task, but integrating them into existing systems is both...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    ReactPHP Promise

    ReactPHP Promise

    Promises/A implementation for PHP.

    ReactPHP Promise is a PHP library that implements Promises/A+ for asynchronous programming. It allows developers to handle asynchronous operations in a structured and predictable way. ReactPHP Promise makes it easier to manage non-blocking tasks, such as HTTP requests or file I/O, by providing a chainable interface for handling success and error cases.
    Downloads: 4 This Week
    Last Update:
    See Project
  • The Ultimate Quiz Maker & Engagement Platform Icon
    The Ultimate Quiz Maker & Engagement Platform

    Powering publishers, brands, and sports teams with 30+ interactive content types. Maximize engagement and revenue with Riddle.

    Riddle is an online platform for creating interactive content such as quizzes, surveys, personality tests, prediction games, and leaderboards. Our customers create content on our platform and then embed it on their website. The goal? Increased engagement, lead generation, segmentation, and content monetization - all 100% GDPR compliant.
    Try for free
  • 10
    PropertyAccess Component

    PropertyAccess Component

    Provides functions to read and write from/to an object or array

    Symfony PropertyAccess is a component that provides a uniform way to read and write object properties and array elements. It allows developers to access nested properties dynamically without directly interacting with the underlying data structure. PropertyAccess simplifies the manipulation of data objects, especially in form handling and data mapping scenarios. It is commonly used in Symfony applications but can be utilized in any PHP project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Symfony DomCrawler

    Symfony DomCrawler

    Eases DOM navigation for HTML and XML documents

    Symfony DomCrawler is a PHP component that provides powerful tools for navigating and extracting data from HTML and XML documents. It allows developers to parse, filter, and manipulate web pages using CSS selectors and XPath expressions. DomCrawler is widely used for web scraping, testing, and processing structured content, and integrates well with other Symfony components like BrowserKit.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    MIME Component

    MIME Component

    Allows manipulating MIME messages

    Symfony Mime is a component that facilitates the creation, manipulation, and parsing of MIME messages. It is commonly used for handling email content and attachments in Symfony applications. The component supports building complex email structures, including multi-part messages, and correctly encoding text and binary data. Mime is an essential part of Symfony Mailer but can be utilized independently to handle MIME message generation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Symfony Serializer

    Symfony Serializer

    Handles serializing and deserializing data structures

    Symfony Serializer is a PHP component that converts objects into various formats (like JSON, XML, or YAML) and vice versa. It handles data normalization and denormalization, making it ideal for APIs and data transformation tasks. The serializer supports complex object graphs and custom normalization logic, allowing developers to convert data in a structured and efficient manner.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Symfony VarExporter

    Symfony VarExporter

    Allows exporting any serializable PHP data structure to plain PHP code

    Symfony VarExporter is a component that provides fast and safe serialization of PHP objects, especially those involving closures, services, or references. Unlike traditional serialize() or var_export(), VarExporter produces PHP code that can be re-evaluated safely and efficiently, which is useful in caching, dependency injection, and configuration scenarios.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Symfony Yaml

    Symfony Yaml

    Loads and dumps YAML files

    Symfony Yaml is a component that allows PHP applications to parse, dump, and manipulate YAML files. It provides an easy-to-use API for handling configuration files and structured data. This component is widely used in Symfony applications for configuration management but can also be used independently in any PHP project that requires YAML support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Symfony Validator

    Symfony Validator

    Provides tools to validate values

    Symfony Validator is a PHP component designed to validate data structures using a flexible and extensible validation framework. It supports a wide range of built-in validation constraints and allows developers to create custom validation rules. The Validator component is commonly used for form validation, data integrity checks, and input sanitation, integrating seamlessly with Symfony applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Symfony Cache

    Symfony Cache

    Provides extended PSR-6, PSR-16 (and tags) implementations

    Symfony Cache is a powerful caching library that provides a consistent API for caching data in PHP applications. It supports a variety of cache backends, including Redis, Memcached, and filesystem caching. The component is highly efficient, with features like tag-based invalidation and hierarchical cache structures, making it suitable for both small and large-scale applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Livewire PowerGrid

    Livewire PowerGrid

    PowerGrid generates Advanced Datatables using Laravel Livewire

    PowerGrid creates modern, powerful and easy-to-customize Datatables based on the Laravel Livewire library. Tables have basic features activated by default. Extend and customize your table including components (checkbox, action buttons, editable fields), global search feature, column data filters, and data export tool. Table components include feature examples. Just uncomment some code, enter your data, and it works.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Symfony OptionsResolver

    Symfony OptionsResolver

    Provides an improved replacement for the array_replace PHP function

    Symfony Options Resolver is a PHP component that simplifies the handling of configuration options in your applications. It helps developers define, validate, and normalize configuration arrays, making it easier to manage options passed to classes or functions. The component ensures that the provided options meet the expected structure and values, improving code robustness and flexibility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    KnpPaginator Bundle

    KnpPaginator Bundle

    SEO friendly Symfony paginator to sort and paginate

    KnpPaginatorBundle is a Symfony bundle that helps paginate large sets of data from Doctrine, arrays, or custom queries. It provides clean pagination controls and works seamlessly with Twig for rendering pagination elements.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Symfony Twig Bridge

    Symfony Twig Bridge

    Provides integration for Twig with various Symfony components

    Symfony Twig Bridge is a component that provides integration between the Symfony framework and the Twig templating engine. It enhances Twig’s capabilities by adding custom functions, filters, and extensions specifically designed for Symfony applications. The bridge allows developers to seamlessly use Twig templates within their Symfony projects, enabling efficient frontend rendering and dynamic content presentation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Symfony Monolog Bridge

    Symfony Monolog Bridge

    Provides integration for Monolog with various Symfony components

    Symfony Monolog Bridge is a Symfony component that provides seamless integration between the Monolog logging library and Symfony applications. It acts as a bridge, allowing developers to leverage Monolog's robust logging capabilities within the Symfony framework. The bridge supports various logging handlers, including files, databases, and third-party services, while also allowing customization of log channels and formatting.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Nelmio Alice

    Nelmio Alice

    Expressive fixtures generator

    Nelmio Alice is a PHP library designed to generate complex data fixtures for testing and development environments. It uses YAML, XML, or PHP files to define fixture templates, making it easy to create realistic and varied data sets. Alice integrates well with Doctrine ORM, allowing developers to quickly populate databases with test data, making it especially useful for automated testing and staging environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Shapeless

    Shapeless

    Generic programming for Scala

    Shapeless is a powerful generic programming library for Scala, enabling compile-time abstraction and manipulation of types. It provides features such as HLists (heterogenous lists), generic derivation of type class instances, dependent types, and polymorphic functions—allowing developers to write boilerplate-free, type-safe code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    UnoPIM

    UnoPIM

    A free and open source Laravel-based PIM software to help businesses

    Unopim is an open-source Product Information Management (PIM) system designed to help businesses manage and centralize product data. It provides a structured way to collect, enrich, and distribute product information across multiple channels, improving data consistency and accuracy. Unopim is designed to streamline product data management for e-commerce, retail, and marketing applications, allowing for better data governance and more efficient updates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.