PHPackages                             ici-be/ici-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ici-be/ici-tools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ici-be/ici-tools
================

Spatial PHP tools. The WfsLayer class helps create requests on a WFS layer using a PHP object. Web Feature Service (WFS) is a standard of the Open Geospatial Consortium.

0.3.5(2y ago)24.7k↓33.3%2MITPHPPHP ^7.0 || ^8.0

Since Dec 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ici-be/ici-tools)[ Packagist](https://packagist.org/packages/ici-be/ici-tools)[ RSS](/packages/ici-be-ici-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (15)Used By (2)

ici-tools
=========

[](#ici-tools)

**ici-tools** is a PHP geo-related library, providing spatial tools. Contributions welcome :)

Features
--------

[](#features)

- **WfsLayer** helps create requests on a WFS layer using a PHP object. Web Feature Service (WFS) is a standard of the Open Geospatial Consortium.

Installation
------------

[](#installation)

```
composer require ici-be/ici-tools

```

---

WfsLayer
--------

[](#wfslayer)

Query a [WFS layer](https://docs.geoserver.org/stable/en/user/services/wfs/basics.html) with PHP (Geoserver / ArcGIS).

#### A. Typical usage with method chaining

[](#a-typical-usage-with-method-chaining)

- Example with a [BRIC.brussels](https://bric.brussels/) layer containing the 19 municipalities of the Brussels-Capital Region in Belgium

```
