Download the PHP package servo/fluidxml without Composer

On this page you can find all versions of the php package servo/fluidxml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fluidxml

Travis Build Coveralls Coverage Scrutinizer Quality Code Climate Quality

Packagist License Packagist Last Release Packagist Total Downloads

Changelog

2.0.0 (2023-11-06):

PHP 8.1 is the new minimum required version.

...

The full changes list.


Buy Me a Coffee at ko-fi.com

FluidXML

Servo-PHP Logo

      

FluidXML Logo

FluidXML is a PHP library designed to manipulate XML documents with a concise and fluent API.
It leverages the fluent programming pattern to be fun and effective.

Or, if you prefer, there is an extended syntax.

With FluidXML the DOM manipulation becomes fast, clear and expressive.

PHP Arrays are first class citizens.

XPath is king.

And CSS Selectors rock.

XML/CSS Namespaces are fully covered.

And sometimes XML Fragments are the fastest way.

Everything is fluent, even iterations.

You can map nodes easily too.

Whether some queries are too complex to express with XPath/CSS,
filtering is your friend.

Interoperability with existing DOMDocument and SimpleXML is simply magic.
Import them or inject them in any point of the FluidXML flow just like that.

Don't be shy and tell it: « IT'S AWESOME! » ^_^

Many other APIs are available:

Still doubts?

FluidXML is fun to use, concise and effective.

If it's not enough, it has a comprehensive test suite with a 100% code coverage.

But you'll have the best answer trying it yourself.

100% Code Coverage

Requirements

Installation

Getting Started

use classes and functions as you need.

See the ninja.

Documentation

10 minutes reading
Follow the Getting Started tutorial to become a ninja in no time.

Many other examples are available:

All them cover from the simplest case to the most complex scenario.

Take a look at the APIs to discover all the available manipulation operations,
and go to the Wiki Page for more reading.

Donation

If you think this code is awesome or if you want to demonstrate
your immense gratitude , buy me a coffe.

Buy Me a Coffee at ko-fi.com

## Roadmap * [ ] Extending the documentation * [ ] Expanding the APIs ## Author Daniele Orlando [<[email protected]>](mailto:[email protected]) ## License FluidXML is licensed under the [BSD 2-Clause License][bsd]. See [`doc/LICENSE.txt`][license] for the details.

All versions of fluidxml with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-dom Version *
ext-simplexml Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package servo/fluidxml contains the following files

Loading the files please wait ....