PHPackages                             fdxf/fdxf - 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. fdxf/fdxf

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

fdxf/fdxf
=========

FDXF: Build DXF ASCII files.

0.1.8(4y ago)1110MITPHPPHP &gt;=5.6.0CI failing

Since Feb 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/coreydoughty/Fdxf)[ Packagist](https://packagist.org/packages/fdxf/fdxf)[ Docs](https://github.com/coreydoughty/Fdxf)[ RSS](/packages/fdxf-fdxf/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

Fdxf
====

[](#fdxf)

A PHP class to build simple DXF ASCII files.

Preliminary alpha stage. Currently only release 12.

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

[](#installation)

Add to your "**composer.json**" file under the "**require**" section:

```
"fdxf/fdxf": "^0.1"

```

Update composer

```
php composer.phar update
```

Usage
-----

[](#usage)

In your php file that you want to use the class add a use statement.

```
use Fdxf\Fdxf;
```

Then use as per the documantation.

```
$pdf = new Fdxf();
```

Alternatively you can extend as a typical php class.

```
class CustomDxf extends Fdxf
{
    /**
     * CustomDxf constructor.
     * Can set width, height, and thickness of drawing.
     *
     * @param float $X
     * @param float $Y
     * @param float $Z
     */
    public function __construct(
        $X = 0.0,
        $Y = 0.0,
        $Z = 0.0
    ) {
        @parent::__construct(
            $X,
            $Y,
            $Z
        );

        // ...
    }
}
```

### To Do

[](#to-do)

- Documentation, see preliminary in `docs` folder.
- Tests

### License (MIT)

[](#license-mit)

```
Copyright (c) 2010-2018 Corey Doughty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~176 days

Recently: every ~303 days

Total

8

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1520970590e3208ecd931b7f32518ba7fd02bdb510a34011b8424efd5bc80930?d=identicon)[coreydoughty](/maintainers/coreydoughty)

---

Top Contributors

[![coreydoughty](https://avatars.githubusercontent.com/u/1572454?v=4)](https://github.com/coreydoughty "coreydoughty (17 commits)")

---

Tags

dxffdxf

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fdxf-fdxf/health.svg)

```
[![Health](https://phpackages.com/badges/fdxf-fdxf/health.svg)](https://phpackages.com/packages/fdxf-fdxf)
```

###  Alternatives

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[adamasantares/dxf

A simple DXF creator for PHP

2610.3k](/packages/adamasantares-dxf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
